Tsg2DPolyline
Unit: DXFConv
Description
Tsg2DPolyline class defines 2D polyline entity. Note: it serves for the auxiliary purposes.
Syntax
Tsg2DPolyline = class (Tsg2DCurve)
Properties
Properties | Description |
---|---|
Closed | The property gets or sets a value indicating whether a polyline is closed. |
HasBulge | The property gets or sets a value indicating whether a polyline has bulges or not. |
Derived from Tsg2DCurve | Description |
---|---|
Count | The property returns a quantity of the Tsg2DCurve object's points. |
EdgeType | The property returns an edge type of the Tsg2DCurve object. |
EndPoint | The property returns the end point of the Tsg2DCurve object. |
Points | The property gets a point that belongs to the Tsg2DCurve object by its index. |
StartPoint | The property returns the start point of the Tsg2DCurve object. |
Methods
Methods | Description |
---|---|
AddBulge | The method adds a bulge for a new vertex. |
AddVertex | The method adds a new vertex to a Tsg2DPolyline object. |
Create | Creates an instance of the Tsg2DPolyline class object. |
Destroy | The method frees up internal objects before destroying the Tsg2DPolyline class instance. |
GetLastVertex | The method returns the last vertex of polyline. |